From d9a9535ea8f38a1d63a7accd77e7175d5b822284 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 29 Mar 2024 14:38:23 +0530 Subject: fix: manga page now indicates what chapter you are reading --- src/app/manga/[title]/[id]/info.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/manga/[title]/[id]/info.module.css') diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css index 6108766..5bb13fe 100644 --- a/src/app/manga/[title]/[id]/info.module.css +++ b/src/app/manga/[title]/[id]/info.module.css @@ -133,7 +133,7 @@ } .ChapterContainer button:focus { - opacity: 0.6; + opacity: 0.7; transition: transform 0.2s linear; background-color: var(--pastel-red); transform: scale(0.9); -- cgit v1.2.3